Public: Concord Software Projects : Embedding NetLogo
This page last changed on Mar 05, 2008 by scytacki.
Below is a list of things that we are using or could use to Embed NetLogo There is also Improvements to NetLogo Embedding which discusses things the NetLogo group could do to make the embedding work better. Embedding as an AppletWe currently embed NetLogo using its applet class. This is done by this class: The nlogo class being used is: General DocumenationThis is the web based documentation for NetLogo
http://ccl.northwestern.edu/netlogo/docs/ Controlling NetLogo with NetLogo scriptsThis page: http://ccl.northwestern.edu/netlogo/docs/controlling.html Shows how the
App.app.command("set density 62");
Getting Log data from NetLogoThis page: http://ccl.northwestern.edu/netlogo/docs/logging.html Describes how log data can be retrieve from NetLogo. It is using the Log4J library to do the logging. This seems like the interface that needs to be used to handle the log messages: http://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/Appender.html This page:
http://logging.apache.org/log4j/1.2/manual.html |
Document generated by Confluence on Jan 27, 2014 16:52 |